home *** CD-ROM | disk | FTP | other *** search
/ ftp.sustworks.com 2018 / ftp.sustworks.com.zip / ftp.sustworks.com / IPNetRouterX_1.4.dmg / IPNetRouterX folder / IPNetRouterX.app / Contents / Resources / named_ipnr / localhost.zone < prev    next >
Text File  |  2009-05-29  |  646b  |  16 lines

  1. ;-----------------------------------------------------------------------------
  2. ; localhost.zone - used to define the "localhost" entry for the host
  3. ; running the name server software.
  4. ;-----------------------------------------------------------------------------
  5. $TTL    86400 ;
  6. ; could use $ORIGIN localhost.
  7. @       IN SOA     localhost. root.localhost.  (
  8.                    2006092900    ;IPNR_serial; YYYYMMDDxx
  9.                    1h            ; refresh after 1 hour
  10.                    15m            ; retry after 15 minutes
  11.                    1w            ; expire after 1 week
  12.                    1h )            ; minimum TTL of 1 hour
  13.  
  14.                 IN NS   localhost.
  15. localhost.        IN A    127.0.0.1
  16.